home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual 76 / DVD Actual 1 Marzo 2003.iso / Trial / TurboCAD 7.1 Pro / Data.Cab / F29323_PaperOrientation.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-11-10  |  1.5 KB  |  55 lines

  1. #if !defined(AFX_PAPERORIENTATION_H__2989D376_332D_4EA5_A920_1B934750376E__INCLUDED_)
  2. #define AFX_PAPERORIENTATION_H__2989D376_332D_4EA5_A920_1B934750376E__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // PaperOrientation.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CPaperOrientation dialog
  12.  
  13. class CPaperOrientation : public CPropertyPage
  14. {
  15.     DECLARE_DYNCREATE(CPaperOrientation)
  16.  
  17. // Construction
  18. public:
  19.     CPaperOrientation();
  20.     ~CPaperOrientation();
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CPaperOrientation)
  24.     enum { IDD = IDD_PAPERORIENTATION };
  25.         // NOTE - ClassWizard will add data members here.
  26.         //    DO NOT EDIT what you see in these blocks of generated code !
  27.     //}}AFX_DATA
  28.  
  29.  
  30. // Overrides
  31.     // ClassWizard generate virtual function overrides
  32.     //{{AFX_VIRTUAL(CPaperOrientation)
  33.     public:
  34.     virtual BOOL OnSetActive();
  35.     virtual BOOL OnWizardFinish();
  36.     protected:
  37.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  38.     //}}AFX_VIRTUAL
  39.  
  40. // Implementation
  41. protected:
  42.     // Generated message map functions
  43.     //{{AFX_MSG(CPaperOrientation)
  44.     afx_msg void OnPorientationp();
  45.     afx_msg void OnPorientationl();
  46.     //}}AFX_MSG
  47.     DECLARE_MESSAGE_MAP()
  48.  
  49. };
  50.  
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53.  
  54. #endif // !defined(AFX_PAPERORIENTATION_H__2989D376_332D_4EA5_A920_1B934750376E__INCLUDED_)
  55.